projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802557a
)
(Fsubstitute_command_keys): Pass new arg to describe_map_tree.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jan 1994 21:30:04 +0000
(21:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jan 1994 21:30:04 +0000
(21:30 +0000)
src/doc.c
patch
|
blob
|
history
diff --git
a/src/doc.c
b/src/doc.c
index 616ee271a69276cfe5c83b7be75cbd2bbd756cf9..dd84e52e326c3e4a2186988b106a8acdb7f24ffa 100644
(file)
--- a/
src/doc.c
+++ b/
src/doc.c
@@
-499,7
+499,7
@@
thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
else if (start[-1] == '<')
keymap = tem;
else
- describe_map_tree (tem, 1, Qnil, Qnil, 0);
+ describe_map_tree (tem, 1, Qnil, Qnil, 0
, 1
);
tem = Fbuffer_string ();
Ferase_buffer ();
set_buffer_internal (oldbuf);